home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / PRG / Z80ppc 160.sit / Z80ppc 160 / what-the-hell-is < prev    next >
Text File  |  1995-11-19  |  2KB  |  42 lines

  1. ----------------------------------------------------------------------------
  2.  
  3. Program:             Z80 emulator (source only)
  4. Author:              Guenter Woigk, 91052 Erlangen, Nuernberger Str. 79, Germany
  5.                      email:    kio@vanilla.nbg.sub.org
  6. Task:                Drive emulators for ancient computers ...
  7. Platform:            Apple Macintosh
  8. Distribution:        Freeware
  9. Uploaded by:         kio@vanilla.nbg.sub.org (Guenter Woigk)
  10. Enclosed files:      Archive with source and documentation                
  11.  
  12. ----------------------------------------------------------------------------
  13.  
  14. The Z80_PowerPC package is a C coded emulator of the Zilog Z80 CPU. It is
  15. designed for high speed and easy to use. Though if you include all options, it
  16. becomes slower and harder to understand...
  17.  
  18. Actually it was written to drive Mac Spectacle, the Sinclair ZX Spectrum
  19. emulator from the same author. (oh yes, that's me!)
  20.  
  21.     Features:
  22.     ・    all legal instructions
  23.     ・    all known illegal instructions (nearly no opcode gaps)
  24.     ・    all flags (8 bit)
  25.     ・    exact T cycle counting
  26.         -> exact speed
  27.         -> timing loop depending sound
  28.         -> timing loop depending tape i/o
  29.         -> highres screen update
  30.     ・    ROM write protection (except stack operations)
  31.     ・    exact R register emulation
  32.     ・    1 instruction latency after EI
  33.     ・    Info calls for all illegal and some interesting instructions
  34.     ・    instruction and address profiling
  35.     ・    Single stepping
  36.  
  37. The emulator is fast enough to run the Z80 at approx. 16 MHz on a 66 MHz
  38. PowerPC, though this varies depending on the opcode mix; and regular refresh of
  39. the a virtual screen and event polling from the Mac OS will slow it down -
  40. potentially to a crawl.
  41.  
  42.